home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / util / restools.sit / ResTools 3.20.rsrc / HTXT_10_Including Resources_ < prev    next >
Text File  |  1988-12-28  |  492b  |  15 lines

  1. Resources can be included from other files using the 'include' statement.
  2. This command includes all resources from the specified file into the output
  3. file.
  4. 
  5. INCLUDE filename;
  6. 
  7. e.g.:    INCLUDE "FILE" ;
  8. 
  9. Addtionally a single resource can be included from a file. using this syntax:
  10. 
  11. INCLUDE RESOURCE 'INIT' (128, sysheap, locked) "FILE";
  12. 
  13. The above command loads from the file "FILE" the single resource of type
  14. 'INIT' of ID 128. The resource attributes are set as specified.
  15.